-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable epicea monitoring during mutant evaluation #55
Disable epicea monitoring during mutant evaluation #55
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @DurieuxPol and @Inao0!
Now, this PR will have a conflict with the other one :).
Even worse, since the other one repeats code, this would go unnoticed and only change the runMutant
method but not the duplicated version (that runs all without stopping on errors).
This is why it is important to avoid repeating code => otherwise fixes should go in all duplicated code!
I propose to fix first the other PR that is more complicated, then come back to this one and fix the conflict. What do you think?
I fixed the other PR, now I will fix the conflict. |
Pull Request Test Coverage Report for Build 7289151262Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything is good now! Thanks all!
Code changes is not polluted by the mutants.